/*
			Aqua Clear - Products
			StyleSheet
			For Screen *default for print
			Version 1
			
			Nathan Olds, Innate Web Design, nate@innateservices.com		
		*/		
		
		
						
		/*----------------- BASIC TAGS       */		
		.nocss {display:none;}
		body, p, h1, h2, h3, h4, h5, h6, dl, dt, dd {padding:0;margin:0;}
		ul, dl, p, h1, h2 ,h3, h4 {margin-bottom:10px;}
		p {text-align:left;font-size:14px;}
		ul {margin-top:0px;}
		ul li {font-size:14px;padding-bottom:5px;}

		ol, ol li {text-align:left;font-size:14px;}
		h1 {font-size:20px;}
		h2 {font-size:18px;}
		h3 {font-size:20px;}
		h4 {font-size:14px;}
		h5 {font-size:10px;}
		h6 {font-size:8px;}
		
		img {border:0px;}	
		a 			{color:#003366;		text-decoration:underline;  }
		a:hover 	{color:#990000;		text-decoration:underline;	}
		
		
		table {padding:0;margin:0;}
		th {font-size:12px;}
		tr {}
		td {font-size:12px;vertical-align:top;text-align:center;padding:0;margin:0;border:0;}
		
		
		
		/*---------------- STRUCTURE          */
		
		body 
		{			
			font:16px "Futura", "Lucida Sans", "Times New Roman", Helvetica, sans-serif;	
			background-color:#ffffff;				
			color:#000000;						
		}
		
		/* center wrapper for for IE */
		* html body {text-align:center;}
		
		#wrapper
		{
			margin:0px;
			padding:0px;
			min-height:400px;
			text-align:left;
			
			
		}
				
		* html #wrapper
		{
			
		}	
				
		
		/*---------------- HEADER          */
		#header
		{
			display:none;
		}		
			
		
		/*---------------- FOOTER          */
		#footer
		{			
			display:none;
			
		}
		
		/*---------------- NAV				*/
		#nav
		{
			display:none;
		}
		
			
		
		/*---------------- CONTENT          */
		#content
		{
			width:100%;
			min-height:300px;
		}	
		
		* html #content
		{
			height:300px;
			
		}	
		
		
		/*--------- PRODUCT List         */
		#productlist1
		{
			width:350px;
			float:left;
			
		}
		
		#productlist2
		{
			width:340px;
			margin-left:360px;
		}
		
		/*--------- PRODUCT Details         */
		#productdetails
		{
			width:350px;
			float:left;
			
		}
		
		* html #productdetails
		{
			width:48%;
			float:left;
			

		}
		
		
		/*--------- Product Description   */
		#productdescription
		{
			width:350px;
			margin-left:370px;
		}
		
		* html #productdescription
		{
			margin-left:50%;
			width:48%;
			
		}
		
		
		#content h4
		{
			color:#003366;
			text-transform:uppercase;
			font-size:12px;
			margin:15px 0px 0px 0px;
			
		}
		
		#content h3
		{
			color:#990000;
		}
		
		#content h5
		{
			font-weight:normal;
			letter-spacing:10px;
			text-transform:uppercase;
		}
		#content p
		{
			line-height:22px;
		}
		
		#content table
		{
			border-left:1px solid #cccccc;
			border-top:1px solid #cccccc;
			width:100%;
		}
		
		#content table tr th
		{
			border-right:1px solid #cccccc;
			border-bottom:1px solid #cccccc;color:#003366;
			font-size:10px;
			text-transform:uppercase;
		}
		
		#content table tr td
		{
			border-right:1px solid #cccccc;
			border-bottom:1px solid #cccccc;font-size:12px;
		}
		
		
		
		
		
